Searched defs:huge (Results 1 – 17 of 17) sorted by relevance
/external/fdlibm/ |
D | s_floor.c | 26 static const double huge = 1.0e300; variable 28 static double huge = 1.0e300; variable
|
D | s_ceil.c | 26 static const double huge = 1.0e300; variable 28 static double huge = 1.0e300; variable
|
D | e_atanh.c | 36 static const double one = 1.0, huge = 1e300; variable 38 static double one = 1.0, huge = 1e300; variable
|
D | e_cosh.c | 38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable 40 static double one = 1.0, half=0.5, huge = 1.0e300; variable
|
D | s_asinh.c | 34 huge= 1.00000000000000000000e+300; variable
|
D | s_scalbn.c | 30 huge = 1.0e+300, variable
|
D | s_atan.c | 83 huge = 1.0e300; variable
|
D | e_exp.c | 85 huge = 1.0e+300, variable
|
D | e_asin.c | 53 huge = 1.000e+300, variable
|
D | s_expm1.c | 116 huge = 1.0e+300, variable
|
D | e_pow.c | 75 huge = 1.0e300, variable
|
D | e_j1.c | 72 huge = 1e300, variable
|
D | e_j0.c | 72 huge = 1e300, variable
|
/external/v8/test/mjsunit/compiler/ |
D | alloc-object-huge.js | 50 function huge() { function
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | math_private.h | 23 #define huge really_big /* huge is a reserved keyword in VC++ 6.0 */ macro 170 huge = 1.0e+300, variable
|
/external/skia/samplecode/ |
D | SampleFuzz.cpp | 41 static float huge() { in huge() function
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
D | ChannelManager.java | 1116 final long huge = 0xFFFFffffL; /* 2^32 - 1 */ in msgChannelWindowAdjust() local
|