Home
last modified time | relevance | path

Searched refs:RINT (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_color.c71 #define RINT(R) ((uint32)((R)>0?((R)+0.5):((R)-0.5))) macro
101 *r = RINT(cielab->Yr2r[i]); in TIFFXYZToRGB()
105 *g = RINT(cielab->Yg2g[i]); in TIFFXYZToRGB()
109 *b = RINT(cielab->Yb2b[i]); in TIFFXYZToRGB()
116 #undef RINT
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dfloat-shrink-compare.ll125 ; CHECK-NEXT: [[RINT:%.*]] = call float @llvm.rint.f32(float %x)
126 ; CHECK-NEXT: [[CMP:%.*]] = fcmp oeq float [[RINT]], %y
294 ; CHECK-NEXT: [[RINT:%.*]] = call float @llvm.rint.f32(float %x)
295 ; CHECK-NEXT: [[CMP:%.*]] = fcmp oeq float [[RINT]], %y
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DComposableFunction.java248 public static final ComposableFunction RINT = new ComposableFunction() { field in ComposableFunction
/external/libaom/libaom/av1/common/
Drestoration.h28 #define RINT(x) ((x) < 0 ? (int)((x)-0.5) : (int)((x) + 0.5)) macro
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib_types.hpp131 RINT = static_cast<int>(CUR_DIRECTION) | static_cast<int>(RAISE_EXC), enumerator
Dsimdlib_interface.hpp78 RINT = static_cast<int>(CUR_DIRECTION) | static_cast<int>(RAISE_EXC),
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java608 return mapToSelf(ComposableFunction.RINT); in mapRintToSelf()
/external/v8/src/codegen/mips/
Dconstants-mips.h539 RINT = ((3U << 3) + 2), enumerator
Dassembler-mips.cc2703 GenInstrRegister(COP1, fmt, f0, fs, fd, RINT); in rint()
/external/v8/src/codegen/mips64/
Dconstants-mips64.h544 RINT = ((3U << 3) + 2), enumerator
Dassembler-mips64.cc2971 GenInstrRegister(COP1, fmt, f0, fs, fd, RINT); in rint()
/external/v8/src/diagnostics/mips/
Ddisasm-mips.cc976 case RINT: in DecodeTypeRegisterRsType()
/external/v8/src/diagnostics/mips64/
Ddisasm-mips64.cc1049 case RINT: in DecodeTypeRegisterRsType()
/external/v8/src/execution/mips/
Dsimulator-mips.cc2651 case RINT: { in DecodeTypeRegisterDRsType()
3139 case RINT: { in DecodeTypeRegisterSRsType()
/external/v8/src/execution/mips64/
Dsimulator-mips64.cc2643 case RINT: { in DecodeTypeRegisterSRsType()
3019 case RINT: { in DecodeTypeRegisterDRsType()