/external/valgrind/main/auxprogs/ |
ppcfround.c | 161 INSN(fabs, "fabs %%f4, %%f1"); 162 INSN(fabs_, "fabs. %%f4, %%f1"); 444 do_N_unary("fabs", insn_fabs, args, nargs, SHOW_ALL);
|
/frameworks/native/cmds/flatland/ |
Main.cpp | 675 } while (fabs(result - prevResult) > threshold * result);
|
/frameworks/rs/driver/runtime/ |
rs_cl.c | 422 extern float __attribute__((overloadable)) fabs(float v) { function 426 FN_FUNC_FN(fabs) [all...] |
/frameworks/rs/scriptc/ |
rs_cl.rsh | 414 extern float __attribute__((const, overloadable)) fabs(float); 415 FN_FUNC_FN(fabs)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/ |
fpclassify.hpp | 85 namespace std{ using ::abs; using ::fabs; } 145 // std::fabs broken on a few systems especially for long long!!!!
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 365 self.assertRaises(TypeError, math.fabs) 366 self.ftest('fabs(-1)', math.fabs(-1), 1) 367 self.ftest('fabs(0)', math.fabs(0), 0) 368 self.ftest('fabs(1)', math.fabs(1), 1) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 365 self.assertRaises(TypeError, math.fabs) 366 self.ftest('fabs(-1)', math.fabs(-1), 1) 367 self.ftest('fabs(0)', math.fabs(0), 0) 368 self.ftest('fabs(1)', math.fabs(1), 1) [all...] |
/prebuilts/sdk/renderscript/include/ |
rs_cl.rsh | 414 extern float __attribute__((const, overloadable)) fabs(float); 415 FN_FUNC_FN(fabs)
|
/bionic/tests/ |
math_test.cpp | 523 TEST(math, fabs) { 524 ASSERT_FLOAT_EQ(1.0, fabs(-1.0));
|
/cts/tests/src/android/renderscript/cts/ |
verify.rs | 25 if (fabs(f1-f2) > 0.0001f) {
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
demo.c | 188 return (float)(pow(pow(fabs(cos(p[0] * t / 4)) / p[1], p[4]) + 189 pow(fabs(sin(p[0] * t / 4)) / p[2], p[5]), 1 / p[3]));
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_titlebar.cc | 127 double one_difference = fabs(baseHSL.l - oneHSL.l); 128 double two_difference = fabs(baseHSL.l - twoHSL.l); [all...] |
/external/chromium/webkit/glue/ |
webmediaplayer_impl.cc | 651 int scaled_width = static_cast<int>(rect.width * fabs(scale_x)); 652 int scaled_height = static_cast<int>(rect.height * fabs(scale_y));
|
/external/chromium_org/chrome/browser/ui/gtk/ |
browser_titlebar.cc | 129 double one_difference = fabs(baseHSL.l - oneHSL.l); 130 double two_difference = fabs(baseHSL.l - twoHSL.l); [all...] |
/external/opencv/cv/src/ |
cvtemplmatch.cpp | 410 if( fabs(rrow[j]) > 1. ) 519 if( fabs(num) > 1. )
|
cvcalibinit.cpp | 509 if( fabs(dx0) + fabs(dy0) < FLT_EPSILON ) [all...] |
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
carousel.rs | [all...] |
/frameworks/native/opengl/tests/angeles/ |
demo.c | 188 return (float)(pow(pow(fabs(cos(p[0] * t / 4)) / p[1], p[4]) + 189 pow(fabs(sin(p[0] * t / 4)) / p[2], p[5]), 1 / p[3]));
|
/hardware/invensense/60xx/libsensors/ |
MPLSensor.cpp | 731 if ((R[7] > 0.7071067f) || ((R[8] < 0) && (fabs(R[7]) > fabs(R[6])))) { [all...] |
/hardware/invensense/60xx/mlsdk/mlutils/ |
mputest.c | 138 (fabs(f-(short)f)>=0.5) ? ( \ 487 if (fabs(Avg[j]) > test_setup.bias_thresh) { [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
math_h.pass.cpp | 84 static_assert((std::is_same<decltype(fabs((double)0)), double>::value), ""); 87 assert(fabs(-1) == 1);
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
TransformationMatrix.cpp | 223 if (fabs(det) < SMALL_NUMBER) [all...] |
/external/opencv/ml/src/ |
ml_inner_functions.cpp | [all...] |
/external/chromium_org/content/browser/renderer_host/input/ |
input_router_impl.cc | 703 dx = pow(dy < 0 ? 0.998f : 1.002f, fabs(dy));
|
/external/chromium_org/content/renderer/pepper/ |
v8_var_converter_unittest.cc | 86 fabs(val->ToNumber()->Value() - var.value.as_double) <= 1.0e-4;
|