Home
last modified time | relevance | path

Searched defs:trunc (Results 1 – 25 of 26) sorted by relevance

12

/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc713 const Operator* trunc) { in CheckLoweringTruncatedBinop()
1049 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToInt32(), t.p0); in TEST() local
1061 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToInt32(), p0); in TEST() local
1072 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToInt32(), t.p0); in TEST() local
1087 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), t.p0); in TEST() local
1101 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), p0); in TEST() local
1112 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), t.p0); in TEST() local
1128 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), input); in TEST() local
1601 Node* trunc = t.NumberToInt32(div); in TEST() local
1622 Node* trunc = t.NumberToInt32(mul); in TEST() local
[all …]
Dtest-run-machops.cc5669 Node* trunc = m.TryTruncateFloat32ToInt64(m.Parameter(0)); in TEST() local
5702 Node* trunc = m.TryTruncateFloat64ToInt64(m.Parameter(0)); in TEST() local
5740 Node* trunc = m.TryTruncateFloat32ToUint64(m.Parameter(0)); in TEST() local
5776 Node* trunc = m.TryTruncateFloat64ToUint64(m.Parameter(0)); in TEST() local
/external/v8/src/compiler/
Dwasm-compiler.cc838 Node* trunc = graph()->NewNode(m->TryTruncateFloat32ToInt64(), input); in Unop() local
847 Node* trunc = graph()->NewNode(m->TryTruncateFloat64ToInt64(), input); in Unop() local
856 Node* trunc = graph()->NewNode(m->TryTruncateFloat32ToUint64(), input); in Unop() local
865 Node* trunc = graph()->NewNode(m->TryTruncateFloat64ToUint64(), input); in Unop() local
1123 Node* trunc = Unop(wasm::kExprF32Trunc, input); in BuildI32SConvertF32() local
1141 Node* trunc = Unop(wasm::kExprF64Trunc, input); in BuildI32SConvertF64() local
1157 Node* trunc = Unop(wasm::kExprF32Trunc, input); in BuildI32UConvertF32() local
1175 Node* trunc = Unop(wasm::kExprF64Trunc, input); in BuildI32UConvertF64() local
/external/llvm/include/llvm/ADT/
DAPSInt.h81 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT trunc(uint32_t width) const { in trunc() function
/external/tcpdump/
Dprint-ripng.c117 int trunc; in ripng_print() local
/external/icu/icu4c/source/samples/uresb/
Duresb.c52 static UBool trunc = FALSE; variable
/external/opencv3/3rdparty/openexr/Imath/
DImathFun.h163 trunc (T x) in trunc() function
/external/skia/samplecode/
DSampleColorFilter.cpp31 int trunc = x >> 3; in round5_slow() local
/external/fsck_msdos/
Dfat.c434 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc) in tryclear()
/external/bison/lib/
Dmath.in.h1980 # define trunc rpl_trunc macro
/external/libcxx/src/
Dios.cpp125 const ios_base::openmode ios_base::trunc; member in ios_base
/external/mdnsresponder/mDNSShared/
Ddnsextd.c693 UDPServerTransaction(const DaemonInfo *d, const PktMsg *request, PktMsg *reply, mDNSBool *trunc) in UDPServerTransaction()
1550 mDNSBool trunc; in HandleRequest() local
1762 mDNSBool trunc; in AnswerQuestion() local
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp101 Ambiguous trunc(Ambiguous){ return Ambiguous(); } in trunc() function
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_common.inl193 VECTORIZE_VEC(trunc) argument
/external/dnsmasq/src/
Drfc1035.c1143 int nxdomain = 0, auth = 1, trunc = 0; in answer_request() local
Drfc2131.c1422 unsigned char trunc = option_len(start); in log_options() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java957 protected Dfp trunc(final DfpField.RoundingMode rmode) { in trunc() method in Dfp
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_vec4.inl311 GLM_FUNC_QUALIFIER detail::fvec4SIMD trunc function
/external/skia/tests/
DMathTest.cpp424 int trunc = (int)floorf(s); in test_muldiv255() local
/external/regex-re2/re2/
Dre2.cc108 static string trunc(const StringPiece& pattern) { in trunc() function
/external/llvm/lib/Support/
DAPInt.cpp932 APInt APInt::trunc(unsigned width) const { in trunc() function in APInt
/external/clang/lib/Headers/
Dtgmath.h1223 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x)) macro
/external/owasp/sanitizer/distrib/lib/
Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...

12