HomeSort by relevance Sort by last modified time
    Searched full:modf (Results 326 - 350 of 612) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util_test.unitjs 868 <input id="modf" name="safeui" value="images" checked="checked"
869 type="radio"><label for="modf">Use moderate
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
rs__cl_8rsh_source.html     [all...]
globals_func.html 287 <li>modf()
rs__cl_8rsh.html 88 <tr><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__cl_8rsh.html#a841633bcdcaeb6a514d9c6460f0adf2d">modf</a> (float x, float *iret)</td></tr>
    [all...]
globals.html 345 <li>modf()
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 500 extern float __attribute__((overloadable)) modf(float, float *);
501 FN_FUNC_FN_PFN(modf); variable
    [all...]
  /external/chromium_org/third_party/cython/src/Tools/
cython-numpy-mode-kate.xml 564 <item> modf </item>
    [all...]
kate.diff 575 + <item> modf </item>
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors.inc     [all...]
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 314 static_assert((std::is_same<decltype(std::modf((float)0, (float*)0)), float>::value), "");
315 static_assert((std::is_same<decltype(std::modf((double)0, (double*)0)), double>::value), "");
316 static_assert((std::is_same<decltype(std::modf((long double)0, (long double*)0)), long double>::value), "");
320 assert(std::modf(1., &i) == 0);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 314 static_assert((std::is_same<decltype(std::modf((float)0, (float*)0)), float>::value), "");
315 static_assert((std::is_same<decltype(std::modf((double)0, (double*)0)), double>::value), "");
316 static_assert((std::is_same<decltype(std::modf((long double)0, (long double*)0)), long double>::value), "");
320 assert(std::modf(1., &i) == 0);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
builtins.def 369 DEF_LIB_BUILTIN (BUILT_IN_MODF, "modf", BT_FN_DOUBLE_DOUBLE_DOUBLEPTR, ATTR_MATHFN_FPROUNDING_STORE)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 196 double __cdecl modf(double _X,double *_Y);
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 753 : CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "modf", shaderType)
758 m_spec.source = "out0 = modf(in0, out1);";
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 432 friend const mpreal modf(const mpreal& v, mpreal& n);
1938 inline const mpreal modf(const mpreal& v, mpreal& n) function in namespace:mpfr
    [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp     [all...]
  /external/chromium_org/v8/src/
assembler.cc     [all...]
  /external/clang/include/clang/Basic/
Builtins.def     [all...]
  /external/jsoncpp/chromium-overrides/src/lib_json/
json_value.cpp 1375 return modf(d, &integral_part) == 0.0;
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 1371 return modf(d, &integral_part) == 0.0;
    [all...]
  /frameworks/rs/api/
rs_core_math.spec 619 name: modf
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/
libgnustl_shared.so 
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/thumb/
libgnustl_shared.so 
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/
libgnustl_shared.so 

Completed in 734 milliseconds

<<11121314151617181920>>