Home
last modified time | relevance | path

Searched defs:round_mode (Results 1 – 14 of 14) sorted by relevance

/external/llvm-libc/src/math/generic/
Dexpm1f.cpp35 int round_mode = fputil::quick_get_round(); variable
43 int round_mode = fputil::quick_get_round(); variable
60 int round_mode = fputil::quick_get_round(); variable
/external/cronet/tot/third_party/llvm-libc/src/src/math/generic/
Dexpm1f.cpp35 int round_mode = fputil::quick_get_round(); variable
43 int round_mode = fputil::quick_get_round(); variable
60 int round_mode = fputil::quick_get_round(); variable
/external/cronet/stable/third_party/llvm-libc/src/src/math/generic/
Dexpm1f.cpp35 int round_mode = fputil::quick_get_round(); variable
43 int round_mode = fputil::quick_get_round(); variable
60 int round_mode = fputil::quick_get_round(); variable
/external/tensorflow/tensorflow/core/kernels/
Dquantize_and_dequantize_op.h102 QuantizerRoundMode round_mode, Vec output) { in ClampScaleAndRound()
129 QuantizerRoundMode round_mode, Vec output) { in ScaleAndRound()
144 QuantizerRoundMode round_mode, bool narrow_range, in ComputeQuantizationRange()
/external/vixl/src/
Dutils-vixl.cc336 FPRounding round_mode, in FPToFloat()
448 FPRounding round_mode, in FPToFloat16()
503 FPRounding round_mode, in FPToFloat16()
Dutils-vixl.h1170 FPRounding round_mode) { in FPRound()
1357 FPRounding round_mode) { in FPRoundToDouble()
1371 FPRounding round_mode) { in FPRoundToFloat16()
1382 FPRounding round_mode) { in FPRoundToFloat()
/external/mesa3d/src/panfrost/compiler/valhall/
Dvalhall.h100 bool round_mode : 1; member
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py6120 round_mode="HALF_AWAY_FROM_ZERO", argument
6170 round_mode="HALF_AWAY_FROM_ZERO", argument
6253 round_mode="HALF_TO_EVEN", argument
6313 round_mode="HALF_TO_EVEN", argument
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
Dquantization_ops.cc129 std::string round_mode; member
/external/mesa3d/src/amd/common/
Dac_descriptors.c1348 const bool round_mode = ntype != V_028C70_NUMBER_UNORM && in ac_init_cb_surface() local
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state.c1144 uint32_t round_mode; /* R300_GA_ROUND_MODE: 0x428c */ in r300_create_rs_state() local
/external/freetype/src/truetype/
Dttinterp.c2244 FT_Byte round_mode ) in Compute_Round()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc4834 double Simulator::FPRoundIntCommon(double value, FPRounding round_mode) { in FPRoundIntCommon()
4899 double Simulator::FPRoundInt(double value, FPRounding round_mode) { in FPRoundInt()
4910 FPRounding round_mode, in FPRoundInt()
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc3681 std::string round_mode = Choose<std::string>({"HALF_TO_EVEN", "HALF_UP"}); in TEST_F() local