Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_color.c73 #define RINT(R) ((uint32)((R)>0?((R)+0.5):((R)-0.5))) macro
103 *r = RINT(cielab->Yr2r[i]); in TIFFXYZToRGB()
107 *g = RINT(cielab->Yg2g[i]); in TIFFXYZToRGB()
111 *b = RINT(cielab->Yb2b[i]); in TIFFXYZToRGB()
118 #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/mips/
Dconstants-mips.h549 RINT = ((3U << 3) + 2), enumerator
Ddisasm-mips.cc1023 case RINT: in DecodeTypeRegisterRsType()
Dsimulator-mips.cc2678 case RINT: { in DecodeTypeRegisterDRsType()
3168 case RINT: { in DecodeTypeRegisterSRsType()
Dassembler-mips.cc2950 GenInstrRegister(COP1, fmt, f0, fs, fd, RINT); in rint()
/external/v8/src/mips64/
Dconstants-mips64.h554 RINT = ((3U << 3) + 2), enumerator
Ddisasm-mips64.cc1096 case RINT: in DecodeTypeRegisterRsType()
Dsimulator-mips64.cc2621 case RINT: { in DecodeTypeRegisterSRsType()
2998 case RINT: { in DecodeTypeRegisterDRsType()
Dassembler-mips64.cc3343 GenInstrRegister(COP1, fmt, f0, fs, fd, RINT); in rint()
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...