HomeSort by relevance Sort by last modified time
    Searched defs:fmax (Results 1 - 23 of 23) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmax.c 35 fmax(double x, double y) function
  /frameworks/compile/libbcc/lib/Renderscript/runtime/arch/
x86_generic.c 26 * FMAX
29 extern float __attribute__((overloadable)) fmax(float v1, float v2) { function
33 extern float2 __attribute__((overloadable)) fmax(float2 v1, float2 v2) { function
40 extern float3 __attribute__((overloadable)) fmax(float3 v1, float3 v2) { function
48 extern float4 __attribute__((overloadable)) fmax(float4 v1, float4 v2) { function
57 extern float2 __attribute__((overloadable)) fmax(float2 v1, float v2) { function
64 extern float3 __attribute__((overloadable)) fmax(float3 v1, float v2) { function
72 extern float4 __attribute__((overloadable)) fmax(float4 v1, float v2) { function
367 return fmax(v1, v2);
371 return fmax(v1, v2)
    [all...]
generic.c 84 * FMAX
87 extern float __attribute__((overloadable)) fmax(float v1, float v2) { function
91 extern float2 __attribute__((overloadable)) fmax(float2 v1, float2 v2) { function
98 extern float3 __attribute__((overloadable)) fmax(float3 v1, float3 v2) { function
106 extern float4 __attribute__((overloadable)) fmax(float4 v1, float4 v2) { function
115 extern float2 __attribute__((overloadable)) fmax(float2 v1, float v2) { function
122 extern float3 __attribute__((overloadable)) fmax(float3 v1, float v2) { function
130 extern float4 __attribute__((overloadable)) fmax(float4 v1, float v2) { function
425 return fmax(v1, v2);
429 return fmax(v1, v2)
    [all...]
  /external/srec/srec/cfront/
frontobj.c 352 int fmax, i, j, high_cut, bandwidth; local
407 fmax = bandwidth;
409 /* finc= fmax/freqobj->ns; */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 135 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 135 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 146 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 146 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 135 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 135 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 418 #define fmax(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmax) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 427 #define fmax(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmax) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 418 #define fmax(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmax) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 427 #define fmax(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmax) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 418 #define fmax(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmax) macro
  /external/aac/libSBRenc/src/
fram_gen.cpp 236 INT bufferFrameStart, INT numberTimeSlots, INT fmax);
369 INT fmax = 0; local
521 fmax = calcFillLengthMax(tranPos, numberTimeSlots);
553 length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax);
629 length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax);
1020 int fmax; local
    [all...]
  /external/jdiff/src/jdiff/
DiffMyers.java 119 int fmin = fmid, fmax = fmid; // Limits of top-down search. local
138 if (fmax < dmax)
139 fd[fdiagoff + ++fmax + 1] = -1;
141 --fmax;
142 for (d = fmax; d >= fmin; d -= 2)
190 if (!odd && fmin <= d && d <= fmax && bd[bdiagoff + d] <= fd[fdiagoff + d])
210 for (d = fmax; d >= fmin; d -= 2)
  /external/clang/lib/Headers/
tgmath.h 754 // fmax
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
768 #undef fmax macro
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_math_agree.java 268 // fmax reference functions
269 private float fmax(float v1, float v2) { method in class:UT_math_agree
272 private float[] fmax(float[] v1, float[] v2) { method in class:UT_math_agree
275 private float[] fmax(float[] v1, float v2) { method in class:UT_math_agree
507 // Set results for fmax
508 s.set_fmax_rand_f1_f1(fmax(rand_f1_0, rand_f1_1)); method
509 s.set_fmax_rand_f2_f2(pack_f2(fmax(rand_f2_0, rand_f2_1)));
510 s.set_fmax_rand_f3_f3(pack_f3(fmax(rand_f3_0, rand_f3_1)));
511 s.set_fmax_rand_f4_f4(pack_f4(fmax(rand_f4_0, rand_f4_1)));
512 s.set_fmax_rand_f2_f1(pack_f2(fmax(rand_f2_0, rand_f1_1)))
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_math_agree.java 268 // fmax reference functions
269 private float fmax(float v1, float v2) { method in class:UT_math_agree
272 private float[] fmax(float[] v1, float[] v2) { method in class:UT_math_agree
275 private float[] fmax(float[] v1, float v2) { method in class:UT_math_agree
507 // Set results for fmax
508 s.set_fmax_rand_f1_f1(fmax(rand_f1_0, rand_f1_1)); method
509 s.set_fmax_rand_f2_f2(pack_f2(fmax(rand_f2_0, rand_f2_1)));
510 s.set_fmax_rand_f3_f3(pack_f3(fmax(rand_f3_0, rand_f3_1)));
511 s.set_fmax_rand_f4_f4(pack_f4(fmax(rand_f4_0, rand_f4_1)));
512 s.set_fmax_rand_f2_f1(pack_f2(fmax(rand_f2_0, rand_f1_1)))
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 754 // fmax
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
768 #undef fmax macro
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
  /external/eigen/unsupported/test/mpreal/
mpreal.h 516 friend const mpreal fmax(const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode = default_rnd);
2287 inline const mpreal fmax(const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode) function in namespace:mpfr
    [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 878 milliseconds