HomeSort by relevance Sort by last modified time
    Searched refs:Floor (Results 26 - 39 of 39) sorted by null

12

  /art/compiler/dex/quick/
dex_file_method_inliner.cc 162 static_assert(kIntrinsicIsStatic[kIntrinsicFloor], "Floor must be static");
263 "floor", // kNameCacheFloor
560 INTRINSIC(JavaLangMath, Floor, D_D, kIntrinsicFloor, 0),
561 INTRINSIC(JavaLangStrictMath, Floor, D_D, kIntrinsicFloor, 0),
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.h 23 static void Floor(FXJSE_HOBJECT hThis,
xfa_fm2jscontext.cpp 406 void CXFA_FM2JSContext::Floor(FXJSE_HOBJECT hThis,
422 L"Floor");
    [all...]
  /art/runtime/interpreter/
unstarted_runtime_test.cc 676 TEST_F(UnstartedRuntimeTest, Floor) {
700 TestCeilFloor(false /* floor */, self, tmp, test_pairs, arraysize(test_pairs));
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 815 uint64_t Floor = 1LL << Log2_64(C);
819 // where floor_c = pow(2, floor(log2(c))) and ceil_c = pow(2, ceil(log2(c))),
821 if (C - Floor <= Ceil - C) {
822 SDValue Op0 = genConstMult(X, Floor, DL, VT, ShiftTy, DAG);
823 SDValue Op1 = genConstMult(X, C - Floor, DL, VT, ShiftTy, DAG);
    [all...]
  /external/v8/src/
utils.h 211 // Floor(-0.0) == 0.0
212 inline double Floor(double x) {
216 return std::floor(x);
    [all...]
objects.cc     [all...]
  /external/libvorbis/doc/
04-codec.tex 103 (placeholders in Vorbis I), floor configurations, residue
135 Vorbis uses two floor types; header decode is handed to the decode
140 \item For each \varname{[i]} of \varname{[vorbis_floor_count]} floor numbers:
142 \item read the floor type: vector \varname{[vorbis_floor_types]} element \varname{[i]} =
144 \item If the floor type is zero, decode the floor
147 configuration in slot \varname{[i]} of the floor configuration array \varname{[vorbis_floor_configurations]}.
148 \item If the floor type is one,
149 decode the floor configuration as defined in \xref{vorbis:spec:floor1}; save this configuration in slot \varname{[i]} of the floor configuration array \varname{[vorbis_floor_configurations]}
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 1110 return "floor";
    [all...]
  /ndk/sources/host-tools/make-3.81/
build_w32.bat 16 rem Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 1883 milliseconds

12