/external/tensorflow/tensorflow/core/kernels/ |
D | cast_op_test.cc | 43 void MakeOp(DataType src, DataType dst, bool trunc = false) { in MakeOp() 63 void CheckCast(bool trunc = false) { in CheckCast()
|
/external/python/cpython2/Lib/plat-mac/Carbon/ |
D | MediaDescr.py | 7 def __init__(self, trunc, size, names, fmt): argument
|
/external/toybox/toys/pending/ |
D | dd.c | 111 int trunc = O_TRUNC, conv = 0; in dd_main() local
|
/external/iproute2/tc/ |
D | m_sample.c | 48 __u32 trunc; in parse_sample() local
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APSInt.h | 71 APSInt trunc(uint32_t width) const { in trunc() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APSInt.h | 81 APSInt trunc(uint32_t width) const { in trunc() function
|
/external/llvm/include/llvm/ADT/ |
D | APSInt.h | 81 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT trunc(uint32_t width) const { in trunc() function
|
/external/ltp/testcases/kernel/fs/doio/ |
D | write_log.c | 114 int wlog_open(struct wlog_file *wfile, int trunc, int mode) in wlog_open()
|
/external/skia/samplecode/ |
D | SampleColorFilter.cpp | 28 int trunc = x >> 3; in round5_slow() local
|
/external/icu/icu4c/source/samples/uresb/ |
D | uresb.c | 58 static UBool trunc = FALSE; variable
|
/external/skqp/samplecode/ |
D | SampleColorFilter.cpp | 28 int trunc = x >> 3; in round5_slow() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | KnownBits.h | 113 KnownBits trunc(unsigned BitWidth) { in trunc() function
|
/external/python/cpython2/Lib/test/ |
D | test_os.py | 210 def trunc(x): return int(x) function 212 def trunc(x): return x function
|
/external/libcxx/src/ |
D | ios.cpp | 123 const ios_base::openmode ios_base::trunc; member in ios_base
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ReadSql.java | 105 private static String trunc(String line, int len) { in trunc() method in ReadSql
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 2124 LLVMValueRef trunc, res, anosign, mask; in lp_build_trunc() local 2232 LLVMValueRef trunc, res, anosign, mask; in lp_build_floor() local 2307 LLVMValueRef trunc, res, anosign, mask, tmp; in lp_build_ceil() local 2499 LLVMValueRef trunc, itrunc, mask; in lp_build_ifloor() local 2554 LLVMValueRef trunc, itrunc, mask; in lp_build_iceil() local
|
/external/libcxx/include/ |
D | math.h | 1505 inline _LIBCPP_INLINE_VISIBILITY float trunc(float __lcpp_x) _NOEXCEPT {return ::truncf… in trunc() function 1506 inline _LIBCPP_INLINE_VISIBILITY long double trunc(long double __lcpp_x) _NOEXCEPT {return ::truncl… in trunc() function 1511 trunc(_A1 __lcpp_x) _NOEXCEPT {return ::trunc((double)__lcpp_x);} in trunc() function
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd.c | 693 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/depr/depr.c.headers/ |
D | math_h.pass.cpp | 99 Ambiguous trunc(Ambiguous){ return Ambiguous(); } in trunc() function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
D | Dfp.java | 957 protected Dfp trunc(final DfpField.RoundingMode rmode) { in trunc() method in Dfp
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 102 Ambiguous trunc(Ambiguous){ return Ambiguous(); } in trunc() function
|
/external/dnsmasq/src/ |
D | rfc1035.c | 949 int nxdomain = 0, auth = 1, trunc = 0; in answer_request() local
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_builder.cpp | 249 ir_expression *trunc(operand a) in trunc() function
|
/external/skqp/tests/ |
D | MathTest.cpp | 297 int trunc = (int)floorf(s); in test_muldiv255() local
|
/external/python/cpython3/Modules/ |
D | mathmodule.c | 1730 PyObject *trunc, *result; in math_trunc() local
|