OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nexttowardf
(Results
26 - 35
of
35
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
math.h
462
float
nexttowardf
(float, long double);
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
math.h
462
float
nexttowardf
(float, long double);
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
math.h
462
float
nexttowardf
(float, long double);
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
math.h
462
float
nexttowardf
(float, long double);
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
math.h
462
float
nexttowardf
(float, long double);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h
108
extern float __REDIRECT_NTH (
nexttowardf
, (float __x, long double __y),
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h
108
extern float __REDIRECT_NTH (
nexttowardf
, (float __x, long double __y),
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h
108
extern float __REDIRECT_NTH (
nexttowardf
, (float __x, long double __y),
/external/clang/lib/Headers/
tgmath.h
1069
__tg_nexttoward(float __x, long double __y) {return
nexttowardf
(__x, __y);}
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
1052
__tg_nexttoward(float __x, long double __y) {return
nexttowardf
(__x, __y);}
Completed in 429 milliseconds
1
2