OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X_TLOSS
(Results
1 - 8
of
8
) sorted by null
/external/fdlibm/
w_j0.c
32
if(ieee_fabs(x)>
X_TLOSS
) {
33
return __kernel_standard(x,x,34); /* ieee_j0(|x|>
X_TLOSS
) */
60
if(x>
X_TLOSS
) {
61
return __kernel_standard(x,x,35); /* ieee_y0(x>
X_TLOSS
) */
w_j1.c
33
if(ieee_fabs(x)>
X_TLOSS
) {
34
return __kernel_standard(x,x,36); /* ieee_j1(|x|>
X_TLOSS
) */
61
if(x>
X_TLOSS
) {
62
return __kernel_standard(x,x,37); /* ieee_y1(x>
X_TLOSS
) */
w_jn.c
55
if(ieee_fabs(x)>
X_TLOSS
) {
56
return __kernel_standard((double)n,x,38); /* ieee_jn(|x|>
X_TLOSS
,n) */
83
if(x>
X_TLOSS
) {
84
return __kernel_standard((double)n,x,39); /* ieee_yn(x>
X_TLOSS
,n) */
fdlibm.h
86
* set
X_TLOSS
= pi*2**52, which is possibly defined in <values.h>
90
#define
X_TLOSS
1.41484755040568800000e+16
/libcore/ojluni/src/main/native/
fdlibm.h
101
* set
X_TLOSS
= pi*2**52, which is possibly defined in <values.h>
105
#define
X_TLOSS
1.41484755040568800000e+16
/device/google/contexthub/lib/libm/
fdlibm.h
134
* set
X_TLOSS
= pi*2**52, which is possibly defined in <values.h>
138
#define
X_TLOSS
1.41484755040568800000e+16
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h
336
# define
X_TLOSS
1.41484755040568800000e+16
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h
337
# define
X_TLOSS
1.41484755040568800000e+16
Completed in 3925 milliseconds