Home
last modified time | relevance | path

Searched refs:ROUNDING (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Dfnmul.ll4 ; RUN: | FileCheck %s -check-prefix CHECK-ROUNDING
16 ; CHECK-ROUNDING: vmul.f64
Dbuild-attributes.ll7 …tr=+strict-align -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
14 …tr=+strict-align -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
17 …7m-linux-gnueabi -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
19 …v7-linux-gnueabi -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
23 …v8-linux-gnueabi -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
25 …v8-linux-gnueabi -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
35 … -mcpu=cortex-a5 -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
43 … -mcpu=cortex-a8 -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
49 … -mcpu=cortex-a9 -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
55 …-mcpu=cortex-a12 -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
[all …]
/external/aac/libSBRdec/src/
Denv_dec.cpp321 if (newR_m >= ((FIXP_SGL)MAXVAL_SGL - ROUNDING)) { in sbr_envelope_unmapping()
330 ((FIXP_SGL)((SHORT)(FIXP_SGL)(newR_m + ROUNDING) & MASK_M)) + in sbr_envelope_unmapping()
333 ((FIXP_SGL)((SHORT)(FIXP_SGL)(newL_m + ROUNDING) & MASK_M)) + in sbr_envelope_unmapping()
364 ((FIXP_SGL)((SHORT)(FIXP_SGL)(newR_m + ROUNDING) & MASK_M)) + in sbr_envelope_unmapping()
367 ((FIXP_SGL)((SHORT)(FIXP_SGL)(newL_m + ROUNDING) & MASK_M)) + in sbr_envelope_unmapping()
Denv_extr.h148 #define ROUNDING \ macro
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dbuild-attributes.ll7 …tr=+strict-align -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
14 …tr=+strict-align -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
17 …7m-linux-gnueabi -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
19 …v7-linux-gnueabi -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
23 …v8-linux-gnueabi -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
25 …v8-linux-gnueabi -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
35 … -mcpu=cortex-a5 -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
43 … -mcpu=cortex-a8 -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
49 … -mcpu=cortex-a9 -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
55 …-mcpu=cortex-a12 -enable-sign-dependent-rounding-fp-math | FileCheck %s --check-prefix=DYN-ROUNDING
[all …]
/external/libxaac/decoder/
Dixheaacd_env_dec.c508 *r_data++ = (WORD16)(((new_right_mant + ROUNDING) & MASK_M) + in ixheaacd_sbr_env_dequant_coup_fix()
510 *l_data++ = (WORD16)(((new_left_mant + ROUNDING) & MASK_M) + in ixheaacd_sbr_env_dequant_coup_fix()
534 *r_data++ = (WORD16)(((new_right_mant + ROUNDING) & MASK_M) + in ixheaacd_sbr_env_dequant_coup_fix()
536 *l_data++ = (WORD16)(((new_left_mant + ROUNDING) & MASK_M) + in ixheaacd_sbr_env_dequant_coup_fix()
Dixheaacd_env_extr.h31 #define ROUNDING (1 << (EXP_BITS - 1)) macro
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLConstants.java228 public static final String ROUNDING = "rounding"; field in LDMLConstants
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCRegisterInfo.td274 def RM: SPR<512, "**ROUNDING MODE**">;
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/X86/
Davx-512.txt328 # ROUNDING CONTROL #
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.td228 def RM: PPCReg<"**ROUNDING MODE**">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.td246 def RM: PPCReg<"**ROUNDING MODE**">;