OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fmaf
(Results
26 - 37
of
37
) sorted by null
1
2
/prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
math.h
367
float
fmaf
(float, float, float);
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
math.h
367
float
fmaf
(float, float, float);
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
math.h
367
float
fmaf
(float, float, float);
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
math.h
367
float
fmaf
(float, float, float);
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
math.h
367
float
fmaf
(float, float, float);
/frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp
395
{ "_Z3fmafff", (void *)&
fmaf
, true },
/external/clang/lib/Headers/
tgmath.h
736
{return
fmaf
(__x, __y, __z);}
/prebuilt/sdk/11/renderscript/clang-include/
tgmath.h
736
{return
fmaf
(__x, __y, __z);}
/prebuilt/sdk/12/renderscript/clang-include/
tgmath.h
736
{return
fmaf
(__x, __y, __z);}
/prebuilt/sdk/13/renderscript/clang-include/
tgmath.h
736
{return
fmaf
(__x, __y, __z);}
/prebuilt/sdk/14/renderscript/clang-include/
tgmath.h
736
{return
fmaf
(__x, __y, __z);}
/prebuilt/sdk/15/renderscript/clang-include/
tgmath.h
736
{return
fmaf
(__x, __y, __z);}
Completed in 1369 milliseconds
1
2