Searched refs:dot6 (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/test/CodeGenOpenCL/ |
D | amdgpu-features.cl | 42 …ts,+dl-insts,+dot1-insts,+dot2-insts,+dot3-insts,+dot4-insts,+dot5-insts,+dot6-insts,+dpp,+flat-ad… 46 …"="+16-bit-insts,+ci-insts,+dl-insts,+dot1-insts,+dot2-insts,+dot5-insts,+dot6-insts,+dpp,+flat-ad… 47 …"="+16-bit-insts,+ci-insts,+dl-insts,+dot1-insts,+dot2-insts,+dot5-insts,+dot6-insts,+dpp,+flat-ad… 48 …"="+16-bit-insts,+ci-insts,+dl-insts,+dot1-insts,+dot2-insts,+dot5-insts,+dot6-insts,+dpp,+flat-ad… 49 …"="+16-bit-insts,+ci-insts,+dl-insts,+dot1-insts,+dot2-insts,+dot5-insts,+dot6-insts,+dpp,+flat-ad… 50 …"="+16-bit-insts,+ci-insts,+dl-insts,+dot1-insts,+dot2-insts,+dot5-insts,+dot6-insts,+dpp,+flat-ad… 51 …"="+16-bit-insts,+ci-insts,+dl-insts,+dot1-insts,+dot2-insts,+dot5-insts,+dot6-insts,+dpp,+flat-ad…
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | DormandPrince853StepInterpolator.java | 368 final double dot6 = theta2 * theta * (4 + theta * (-15 + theta * (18 - 7 * theta))); in computeInterpolatedStateAndDerivatives() local 381 dot5 * v[5][i] + dot6 * v[6][i]; in computeInterpolatedStateAndDerivatives()
|
/external/skqp/src/core/ |
D | SkScan_Antihair.cpp | 36 static inline int SmallDot6Scale(int value, int dot6) { in SmallDot6Scale() argument 38 SkASSERT((unsigned)dot6 <= 64); in SmallDot6Scale() 39 return (value * dot6) >> 6; in SmallDot6Scale()
|
/external/skia/src/core/ |
D | SkScan_Antihair.cpp | 36 static inline int SmallDot6Scale(int value, int dot6) { in SmallDot6Scale() argument 38 SkASSERT((unsigned)dot6 <= 64); in SmallDot6Scale() 39 return (value * dot6) >> 6; in SmallDot6Scale()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPU.td | 420 def FeatureDot6Insts : SubtargetFeature<"dot6-insts",
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPU.td | 468 def FeatureDot6Insts : SubtargetFeature<"dot6-insts",
|