/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/ |
math.h | 197 floating_point fmax (arithmetic x, arithmetic y); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/ |
math.h | 197 floating_point fmax (arithmetic x, arithmetic y); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/ |
math.h | 197 floating_point fmax (arithmetic x, arithmetic y); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/ |
math.h | 197 floating_point fmax (arithmetic x, arithmetic y); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/ |
math.h | 197 floating_point fmax (arithmetic x, arithmetic y); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/ |
math.h | 197 floating_point fmax (arithmetic x, arithmetic y); [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/ |
math.h | 197 floating_point fmax (arithmetic x, arithmetic y); [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/ |
math.h | 197 floating_point fmax (arithmetic x, arithmetic y); [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/ |
math.h | 197 floating_point fmax (arithmetic x, arithmetic y); [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/ |
math.h | 197 floating_point fmax (arithmetic x, arithmetic y); [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/ |
math.h | 197 floating_point fmax (arithmetic x, arithmetic y); [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/ |
math.h | 197 floating_point fmax (arithmetic x, arithmetic y); [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/ |
math.h | 197 floating_point fmax (arithmetic x, arithmetic y); [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/ |
math.h | 197 floating_point fmax (arithmetic x, arithmetic y); [all...] |
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
apitest.rs | 725 f = fmax(f, f); 726 f2 = fmax(f2, f2); 727 f3 = fmax(f3, f3); 728 f4 = fmax(f4, f4); [all...] |
/frameworks/rs/script_api/include/ |
rs_math.rsh | [all...] |
/prebuilts/sdk/renderscript/include/ |
rs_math.rsh | [all...] |
/external/libvncserver/webclients/java-applet/ssl/ |
ss_vncviewer | 768 fmax=`expr $try + 1000` 770 fmax=6000 773 while [ $try -lt $fmax ] [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCCTRLoops.cpp | 373 case LibFunc::fmax:
|
/frameworks/av/media/libaaudio/src/utility/ |
AAudioUtilities.cpp | 63 // By using fmin and fmax we also protect against NaN. 65 return fmin(MAX_HEADROOM, fmax(MIN_HEADROOM, input));
|
/hardware/qcom/audio/post_proc/ |
volume_listener.c | 284 temp_vol = fmax(context->left_vol, context->right_vol);
|
/system/media/audio_utils/ |
primitives.c | 287 *dst++ = fmax(-absMax, fmin(absMax, sample));
|
/external/python/cpython2/Modules/ |
clmodule.c | 529 float fmin, fmax; local 540 fmax = CL_TypeIsFloat(max); 541 return Py_BuildValue("(ff)", fmin, fmax); [all...] |
/frameworks/rs/script_api/ |
rs_math.spec | 937 function: fmax 952 function: fmax 962 function: fmax 972 function: fmax [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
msa.s | 682 fmax.w $w21,$w22,$w23 683 fmax.d $w24,$w25,$w26
|