/third_party/boost/tools/quickbook/test/ |
D | templates-1_4.quickbook | 32 [template ternary[x y z] {[x]-[y]-[z]}] 33 [ternary 1..2..3] [/ {1-2-3} ] 34 [ternary 1 2 3] [/ {1-2-3} ] 35 [ternary 1..2 3 4] [/ {1-2-3 4} ] 36 [ternary 1 2..3 4] [/ {1 2-3-4} ] 37 [ternary [1..2..3] [/ {(1-2-3} (but with a square bracket) ]
|
D | template_arguments3-1_1-fail.quickbook | 4 [template ternary[x y z] [x][y][z]] 8 [ternary]
|
D | template_arguments2-1_5-fail.quickbook | 5 [template ternary[x y z] {[x]-[y]-[z]}] 6 [ternary 1..2 3 4]
|
D | template_arguments3-1_5-fail.quickbook | 5 [template ternary[x y z] [x][y][z]] 9 [ternary]
|
D | template_arguments2-1_1-fail.quickbook | 4 [template ternary[x y z] [x][y][z]] 8 [ternary a b ]
|
D | templates-1_6.quickbook | 252 [template ternary[x y z] {[x]-[y]-[z]}] 253 [ternary 1..2..3] [/ {1-2-3} ] 254 [ternary 1 2 3] [/ {1-2-3} ]
|
D | templates-1_5.quickbook | 252 [template ternary[x y z] {[x]-[y]-[z]}] 253 [ternary 1..2..3] [/ {1-2-3} ] 254 [ternary 1 2 3] [/ {1-2-3} ]
|
D | templates-1_7.quickbook | 252 [template ternary[x y z] {[x]-[y]-[z]}] 253 [ternary 1..2..3] [/ {1-2-3} ] 254 [ternary 1 2 3] [/ {1-2-3} ]
|
/third_party/skia/tests/sksl/errors/ |
D | TernaryMismatch.glsl | 3 error: 1: ternary operator result mismatch: 'bool', 'float' 4 error: 2: ternary operator result mismatch: 'float3', 'float'
|
/third_party/typescript/tests/baselines/reference/ |
D | fatarrowfunctionsOptionalArgs.errors.txt | 58 // in ternary exression 68 // in ternary exression within paren 78 // ternary exression's else clause 89 // nested ternary expressions
|
D | fatarrowfunctionsOptionalArgs.symbols | 99 // in ternary exression 122 // in ternary exression within paren 145 // ternary exression's else clause 169 // nested ternary expressions
|
D | fatarrowfunctionsOptionalArgs.types | 172 // in ternary exression 238 // in ternary exression within paren 312 // ternary exression's else clause 379 // nested ternary expressions
|
/third_party/skia/tests/sksl/runtime_errors/ |
D | IllegalArrayOps.skvm | 17 error: 36: ternary operator result may not be an array (or struct containing an array) 18 error: 37: ternary operator result may not be an array (or struct containing an array) 19 error: 38: ternary operator result may not be an array (or struct containing an array)
|
D | IllegalShaderUse.skvm | 12 error: 18: ternary expression of opaque type 'shader' not allowed
|
/third_party/boost/libs/move/test/ |
D | copy_elision_test.cpp | 143 X ternary( bool y ) in ternary() function 172 CHECK_COPIES( X a = ternary( argc == 1000 ), 0U, 2U, "Return result of ternary operation" ); in main() 173 … CHECK_COPIES( X a = ternary( argc != 1000 ), 0U, 2U, "Return result of ternary operation again" ); in main()
|
/third_party/skia/resources/sksl/errors/ |
D | ErrorsInDeadCode.sksl | 1 // Ensure eliminated branch of static if / ternary is still checked for errors.
|
/third_party/ffmpeg/libavfilter/ |
D | vf_signature.c | 175 int i, j, k, ternary; in filter_frame() local 301 ternary = 0; in filter_frame() 303 ternary = 1; in filter_frame() 305 ternary = 2; in filter_frame() 307 fs->framesig[f/5] += ternary * pot3[f%5]; in filter_frame() 310 fs->words[s2usw[w]/5] += ternary * pot3[wordt2b[s2usw[w]/5]++]; in filter_frame()
|
/third_party/boost/boost/geometry/util/ |
D | calculation_type.hpp | 158 struct ternary struct
|
/third_party/node/deps/npm/node_modules/is-regex/ |
D | CHANGELOG.md | 5 * [Refactor] use an early return instead of a ternary
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrAtomics.td | 643 // Atomic ternary read-modify-writes 678 // Select ternary RMWs with no constant offset. 683 // Select ternary RMWs with a constant offset. 690 // Select ternary RMWs with just a constant offset. 721 // Truncating & zero-extending ternary RMW patterns. 742 // Truncating & sign-extending ternary RMW patterns. 759 // Patterns for various addressing modes for truncating-extending ternary RMWs. 763 // Truncating-extending ternary RMWs with no constant offset 775 // Truncating-extending ternary RMWs with a constant offset 796 // Truncating-extending ternary RMWs with just a constant offset
|
/third_party/boost/libs/xpressive/doc/ |
D | symbols.qbk | 104 [note Xpressive builds a hidden ternary search trie from the map so it can 106 the hidden ternary search trie "self adjusts", so after each
|
/third_party/skia/resources/sksl/shared/ |
D | Assignment.sksl | 35 /* assign to folded ternary */ half l, r; (true ? l : r) = 0;
|
/third_party/jsframework/mock-generate/ |
D | .eslintrc | 73 "no-unneeded-ternary": [2, { "defaultAssignment": false }],
|
/third_party/jsframework/ |
D | .eslintrc | 73 "no-unneeded-ternary": [2, { "defaultAssignment": false }],
|
/third_party/boost/libs/regex/doc/ |
D | regex_replace.qbk | 49 In the case that /fmt/ is a unary, binary or ternary function object, then the 66 `std::basic_string<char_type>`) or be a unary, binary or ternary functor 136 `std::basic_string<char_type>`) or be a unary, binary or ternary functor
|