~james-page/ubuntu/saucy/openvswitch/1.12-snapshot

« back to all changes in this revision

Viewing changes to include/sparse/math.h

  • Committer: James Page
  • Date: 2013-08-21 10:16:57 UTC
  • mfrom: (1.1.20)
  • Revision ID: james.page@canonical.com-20130821101657-3o0z0qeiv5zkwlzi
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 2011 Nicira, Inc.
 
2
 * Copyright (c) 2011, 2013 Nicira, Inc.
3
3
 *
4
4
 * Licensed under the Apache License, Version 2.0 (the "License");
5
5
 * you may not use this file except in compliance with the License.
108
108
double ldexp(double, int);
109
109
float ldexpf(float, int);
110
110
long double ldexpl(long double, int);
111
 
double lgamma(double);
112
 
float lgammaf(float);
113
 
long double lgammal(long double);
114
111
long long llrint(double);
115
112
long long llrintf(float);
116
113
long long llrintl(long double);