/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/bn/ |
H A D | bn-586.S | 124 # Round 0 133 # Round 4 142 # Round 8 151 # Round 12 160 # Round 16 169 # Round 20 178 # Round 24 187 # Round 28 207 # Tail Round 0 218 # Tail Round [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/bn/ |
H A D | bn-586.S | 124 # Round 0 133 # Round 4 142 # Round 8 151 # Round 12 160 # Round 16 169 # Round 20 178 # Round 24 187 # Round 28 207 # Tail Round 0 218 # Tail Round [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/bn/ |
H A D | bn-586.S | 122 # Round 0 131 # Round 4 140 # Round 8 149 # Round 12 158 # Round 16 167 # Round 20 176 # Round 24 185 # Round 28 205 # Tail Round 0 216 # Tail Round [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/bn/ |
H A D | bn-586.S | 122 # Round 0 131 # Round 4 140 # Round 8 149 # Round 12 158 # Round 16 167 # Round 20 176 # Round 24 185 # Round 28 205 # Tail Round 0 216 # Tail Round [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/bf/ |
H A D | bf-586.S | 27 # Round 0 47 # Round 1 67 # Round 2 87 # Round 3 107 # Round 4 127 # Round 5 147 # Round 6 167 # Round 7 187 # Round 8 207 # Round [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/bf/ |
H A D | bf-586.S | 27 # Round 0 47 # Round 1 67 # Round 2 87 # Round 3 107 # Round 4 127 # Round 5 147 # Round 6 167 # Round 7 187 # Round 8 207 # Round [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/bf/ |
H A D | bf-586.S | 26 # Round 0 46 # Round 1 66 # Round 2 86 # Round 3 106 # Round 4 126 # Round 5 146 # Round 6 166 # Round 7 186 # Round 8 206 # Round [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/bf/ |
H A D | bf-586.S | 26 # Round 0 46 # Round 1 66 # Round 2 86 # Round 3 106 # Round 4 126 # Round 5 146 # Round 6 166 # Round 7 186 # Round 8 206 # Round [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderImage.cpp | 1205 packed[0] = (SIMD::UInt(Round(Min(Max(As<SIMD::Float>(texel[0]), SIMD::Float(0.0f)), SIMD::Float(1.0f)) * SIMD::Float(255.0f)))) | in WriteImage() 1206 ((SIMD::UInt(Round(Min(Max(As<SIMD::Float>(texel[1]), SIMD::Float(0.0f)), SIMD::Float(1.0f)) * SIMD::Float(255.0f)))) << 8) | in WriteImage() 1207 ((SIMD::UInt(Round(Min(Max(As<SIMD::Float>(texel[2]), SIMD::Float(0.0f)), SIMD::Float(1.0f)) * SIMD::Float(255.0f)))) << 16) | in WriteImage() 1208 ((SIMD::UInt(Round(Min(Max(As<SIMD::Float>(texel[3]), SIMD::Float(0.0f)), SIMD::Float(1.0f)) * SIMD::Float(255.0f)))) << 24); in WriteImage() 1211 packed[0] = (SIMD::UInt(Round(Min(Max(As<SIMD::Float>(texel[2]), SIMD::Float(0.0f)), SIMD::Float(1.0f)) * SIMD::Float(255.0f)))) | in WriteImage() 1212 ((SIMD::UInt(Round(Min(Max(As<SIMD::Float>(texel[1]), SIMD::Float(0.0f)), SIMD::Float(1.0f)) * SIMD::Float(255.0f)))) << 8) | in WriteImage() 1213 ((SIMD::UInt(Round(Min(Max(As<SIMD::Float>(texel[0]), SIMD::Float(0.0f)), SIMD::Float(1.0f)) * SIMD::Float(255.0f)))) << 16) | in WriteImage() 1214 ((SIMD::UInt(Round(Min(Max(As<SIMD::Float>(texel[3]), SIMD::Float(0.0f)), SIMD::Float(1.0f)) * SIMD::Float(255.0f)))) << 24); in WriteImage() 1218 packed[0] = (SIMD::Int(Round(Min(Max(As<SIMD::Float>(texel[0]), SIMD::Float(-1.0f)), SIMD::Float(1.0f)) * SIMD::Float(127.0f))) & in WriteImage() 1220 ((SIMD::Int(Round(Mi in WriteImage() [all...] |
H A D | SpirvShaderGLSLstd450.cpp | 126 dst.move(i, Round(src.Float(i))); in EmitExtGLSLstd450() 135 auto x = Round(src.Float(i)); in EmitExtGLSLstd450() 407 dst.move(0, (SIMD::Int(Round(Min(Max(val.Float(0), SIMD::Float(-1.0f)), SIMD::Float(1.0f)) * SIMD::Float(127.0f))) & in EmitExtGLSLstd450() 409 ((SIMD::Int(Round(Min(Max(val.Float(1), SIMD::Float(-1.0f)), SIMD::Float(1.0f)) * SIMD::Float(127.0f))) & in EmitExtGLSLstd450() 412 ((SIMD::Int(Round(Min(Max(val.Float(2), SIMD::Float(-1.0f)), SIMD::Float(1.0f)) * SIMD::Float(127.0f))) & in EmitExtGLSLstd450() 415 ((SIMD::Int(Round(Min(Max(val.Float(3), SIMD::Float(-1.0f)), SIMD::Float(1.0f)) * SIMD::Float(127.0f))) & in EmitExtGLSLstd450() 423 dst.move(0, (SIMD::UInt(Round(Min(Max(val.Float(0), SIMD::Float(0.0f)), SIMD::Float(1.0f)) * SIMD::Float(255.0f)))) | in EmitExtGLSLstd450() 424 ((SIMD::UInt(Round(Min(Max(val.Float(1), SIMD::Float(0.0f)), SIMD::Float(1.0f)) * SIMD::Float(255.0f)))) << 8) | in EmitExtGLSLstd450() 425 ((SIMD::UInt(Round(Min(Max(val.Float(2), SIMD::Float(0.0f)), SIMD::Float(1.0f)) * SIMD::Float(255.0f)))) << 16) | in EmitExtGLSLstd450() 426 ((SIMD::UInt(Round(Mi in EmitExtGLSLstd450() [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/des/ |
H A D | des-586.S | 12 # Round 0 41 # Round 1 70 # Round 2 99 # Round 3 128 # Round 4 157 # Round 5 186 # Round 6 215 # Round 7 244 # Round 8 273 # Round [all...] |
H A D | crypt586.S | 30 # Round 0 80 # Round 1 130 # Round 2 180 # Round 3 230 # Round 4 280 # Round 5 330 # Round 6 380 # Round 7 430 # Round 8 480 # Round [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/des/ |
H A D | des-586.S | 12 # Round 0 41 # Round 1 70 # Round 2 99 # Round 3 128 # Round 4 157 # Round 5 186 # Round 6 215 # Round 7 244 # Round 8 273 # Round [all...] |
H A D | crypt586.S | 30 # Round 0 80 # Round 1 130 # Round 2 180 # Round 3 230 # Round 4 280 # Round 5 330 # Round 6 380 # Round 7 430 # Round 8 480 # Round [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/des/ |
H A D | des-586.S | 11 # Round 0 40 # Round 1 69 # Round 2 98 # Round 3 127 # Round 4 156 # Round 5 185 # Round 6 214 # Round 7 243 # Round 8 272 # Round [all...] |
H A D | crypt586.S | 28 # Round 0 78 # Round 1 128 # Round 2 178 # Round 3 228 # Round 4 278 # Round 5 328 # Round 6 378 # Round 7 428 # Round 8 478 # Round [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/des/ |
H A D | des-586.S | 11 # Round 0 40 # Round 1 69 # Round 2 98 # Round 3 127 # Round 4 156 # Round 5 185 # Round 6 214 # Round 7 243 # Round 8 272 # Round [all...] |
H A D | crypt586.S | 28 # Round 0 78 # Round 1 128 # Round 2 178 # Round 3 228 # Round 4 278 # Round 5 328 # Round 6 378 # Round 7 428 # Round 8 478 # Round [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_matrix.h | 106 void Round (real64 factor); 221 void Round (real64 factor);
|
H A D | dng_camera_profile.cpp | 182 // Round to four decimal places. in NormalizeColorMatrix() 184 m.Round (10000); in NormalizeColorMatrix() 247 fForwardMatrix1.Round (10000); in SetForwardMatrix1() 260 fForwardMatrix2.Round (10000); in SetForwardMatrix2() 273 fReductionMatrix1.Round (10000); in SetReductionMatrix1() 286 fReductionMatrix2.Round (10000); in SetReductionMatrix2()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegAllocPBQP.cpp | 835 unsigned Round = 0; in runOnMachineFunction() local 838 LLVM_DEBUG(dbgs() << " PBQP Regalloc round " << Round << ":\n"); in runOnMachineFunction() 847 RS << Round; in runOnMachineFunction() local 852 LLVM_DEBUG(dbgs() << "Dumping graph for round " << Round << " to \"" in runOnMachineFunction() 860 ++Round; in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 202 // Round based on the next digit. in getLgImpl() 204 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); in getLgImpl() local 205 return std::make_pair(Floor + Round, Round ? 1 : -1); in getLgImpl() 708 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded() argument 713 return ScaledNumbers::getRounded(P.Digits, P.Scale, Round); in getRounded()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceIntrinsics.h | 65 Round, enumerator
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | canvas2dcontext.js | 317 case CanvasKit.StrokeCap.Round: 329 this._paint.setStrokeCap(CanvasKit.StrokeCap.Round); 357 case CanvasKit.StrokeJoin.Round: 369 this._paint.setStrokeJoin(CanvasKit.StrokeJoin.Round);
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | OpenCL.std.h | 87 Round = 55, enumerator
|