Searched refs:RINT (Results 1 – 16 of 16) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_color.c | 73 #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/ |
D | float-shrink-compare.ll | 125 ; 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/ |
D | ComposableFunction.java | 248 public static final ComposableFunction RINT = new ComposableFunction() { field in ComposableFunction
|
/external/libaom/libaom/av1/common/ |
D | restoration.h | 28 #define RINT(x) ((x) < 0 ? (int)((x)-0.5) : (int)((x) + 0.5)) macro
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib_types.hpp | 131 RINT = static_cast<int>(CUR_DIRECTION) | static_cast<int>(RAISE_EXC), enumerator
|
D | simdlib_interface.hpp | 78 RINT = static_cast<int>(CUR_DIRECTION) | static_cast<int>(RAISE_EXC),
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | AbstractRealVector.java | 608 return mapToSelf(ComposableFunction.RINT); in mapRintToSelf()
|
/external/v8/src/mips/ |
D | constants-mips.h | 549 RINT = ((3U << 3) + 2), enumerator
|
D | disasm-mips.cc | 1023 case RINT: in DecodeTypeRegisterRsType()
|
D | simulator-mips.cc | 2678 case RINT: { in DecodeTypeRegisterDRsType() 3168 case RINT: { in DecodeTypeRegisterSRsType()
|
D | assembler-mips.cc | 2950 GenInstrRegister(COP1, fmt, f0, fs, fd, RINT); in rint()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 554 RINT = ((3U << 3) + 2), enumerator
|
D | disasm-mips64.cc | 1096 case RINT: in DecodeTypeRegisterRsType()
|
D | simulator-mips64.cc | 2621 case RINT: { in DecodeTypeRegisterSRsType() 2998 case RINT: { in DecodeTypeRegisterDRsType()
|
D | assembler-mips64.cc | 3343 GenInstrRegister(COP1, fmt, f0, fs, fd, RINT); in rint()
|
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |