Home
last modified time | relevance | path

Searched defs:round (Results 1 – 25 of 53) sorted by relevance

123

/external/valgrind/main/none/tests/s390x/
Dfpconv.c6 #define I2F(insn, initial, target,round) \ argument
14 #define F2L(insn, initial, type, round, cc) \ argument
26 #define DO_INSN_I2F32(insn, round) \ argument
40 #define DO_INSN_I2F64(insn, round) \ argument
54 #define DO_INSN_I2F128(insn, round) \ argument
68 #define DO_INSN_F2L(insn, round, type) \ argument
111 #define DO_I2F(round) \ argument
121 #define DO_F2L(round) \ argument
/external/compiler-rt/lib/
Dfloatunsisf.c41 rep_t round = (rep_t)a << (typeWidth - shift); in ARM_EABI_FNALIAS() local
Dfloatsisf.c49 rep_t round = (rep_t)a << (typeWidth - shift); in ARM_EABI_FNALIAS() local
Ddivsf3.c158 const bool round = (residual << 1) > bSignificand; in ARM_EABI_FNALIAS() local
Ddivdf3.c173 const bool round = (residual << 1) > bSignificand; in ARM_EABI_FNALIAS() local
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dtransform.c158 WebRtc_Word32 round = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)1, -sh-1); in WebRtcIsacfix_Time2Spec() local
253 WebRtc_Word32 round = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)1, -sh-1); in WebRtcIsacfix_Spec2Time() local
/external/valgrind/main/none/tests/mips32/
DMakefile.am31 round \ program
/external/srec/audio/AudioIn/UNIX/include/
Dfilter.h45 typeAccum round; // used for roundoff member
/external/ceres-solver/internal/ceres/
Dparameter_block_ordering.cc71 int round = 0; in ComputeRecursiveIndependentSetOrdering() local
/external/valgrind/main/none/tests/ppc32/
DMakefile.am44 ldstrev lsw jm-insns mftocrf mcrfs round test_fx test_gx \ program
/external/valgrind/main/none/tests/ppc64/
DMakefile.am30 jm-insns lsw round std_reg_imm twi_tdi tw_td power6_bcmp power6_mf_gpr test_isa_2_06_part1 \ program
/external/dropbear/libtomcrypt/src/ciphers/safer/
Dsafer.c258 unsigned int round; in _safer_ecb_encrypt() local
312 unsigned int round; in _safer_ecb_decrypt() local
/external/regex-re2/util/
Dbenchmark.cc83 static int round(int n) { in round() function
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
DUtil.java391 public static double round(double value) { in round() method in Util
398 public static double round(double value, int precision) { in round() method in Util
/external/qemu/
Dd3des.c325 register int round; in desfunc() local
/external/bluetooth/bluedroid/stack/smp/
Dsmp_cmac.c39 UINT16 round; member
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DSimpleBigDecimal.java159 public BigInteger round() in round() method in SimpleBigDecimal
/external/webkit/Source/WebCore/platform/graphics/android/
DImageAndroid.cpp157 static void round(SkIRect* dst, const WebCore::FloatRect& src) in round() function
/external/arduino/hardware/arduino/cores/arduino/
Dwiring.h80 #define round(x) ((x)>=0?(long)((x)+0.5):(long)((x)-0.5)) macro
/external/jmonkeyengine/engine/src/android/jme3tools/android/
DFixed.java394 public static int round(int n) { in round() method in Fixed
/external/iproute2/ip/
Dipneigh.c382 int round = 0; in do_show_or_flush() local
/external/icu4c/test/intltest/
Ddcfmtest.cpp377 const UnicodeString &round, // rounding mode in execFormatTest()
/external/bison/lib/
Dmath.in.h1777 # define round rpl_round macro
/external/icu4c/i18n/
DdecContext.h92 enum rounding round; /* rounding mode */ member
/external/webkit/Source/JavaScriptCore/wtf/
DMathExtras.h112 static double round(double num) in round() function

123