Home
last modified time | relevance | path

Searched refs:ex2 (Results 1 – 23 of 23) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DrequireAssertsFromTypescript.symbols7 const artoo = require('./ex2')
10 >'./ex2' : Symbol("tests/cases/conformance/salsa/ex2", Decl(ex2.d.ts, 0, 0))
35 === tests/cases/conformance/salsa/ex2.d.ts ===
37 >art : Symbol(art, Decl(ex2.d.ts, 0, 0))
38 >value : Symbol(value, Decl(ex2.d.ts, 0, 21))
39 >message : Symbol(message, Decl(ex2.d.ts, 0, 32))
41 >value : Symbol(value, Decl(ex2.d.ts, 0, 21))
44 >art : Symbol(art, Decl(ex2.d.ts, 0, 0))
DrequireAssertsFromTypescript.types8 const artoo = require('./ex2')
10 >require('./ex2') : (value: any, message?: string | Error) => asserts value
12 >'./ex2' : "./ex2"
39 === tests/cases/conformance/salsa/ex2.d.ts ===
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DTransliteratorInstantiateAllTest.java62 } catch (IllegalArgumentException ex2) { in TestInstantiation()
65 throw ex2; in TestInstantiation()
DCompoundTransliteratorTest.java64 }catch(IllegalArgumentException ex2) { in TestConstruction()
66 throw ex2; in TestConstruction()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorInstantiateAllTest.java59 } catch (IllegalArgumentException ex2) { in TestInstantiation()
62 throw ex2; in TestInstantiation()
DCompoundTransliteratorTest.java61 }catch(IllegalArgumentException ex2) { in TestConstruction()
63 throw ex2; in TestConstruction()
/third_party/node/deps/npm/lib/utils/
Ddisplay.js92 } catch (ex2) {
94 console.error(`attempt to log ${inspect(args)} crashed`, ex, ex2)
/third_party/skia/third_party/externals/freetype/src/smooth/
Dftgrays.c642 TCoord ex1, ex2, fx1, fx2, first, dy, delta, mod; in gray_render_scanline() local
648 ex2 = TRUNC( x2 ); in gray_render_scanline()
653 gray_set_cell( RAS_VAR_ ex2, ey ); in gray_render_scanline()
662 if ( ex1 == ex2 ) in gray_render_scanline()
695 if ( ex1 != ex2 ) in gray_render_scanline()
717 } while ( ex1 != ex2 ); in gray_render_scanline()
875 TCoord ex1, ey1, ex2, ey2; in gray_render_line() local
887 ex2 = TRUNC( to_x ); in gray_render_line()
895 if ( ex1 == ex2 && ey1 == ey2 ) /* inside one cell */ in gray_render_line()
899 gray_set_cell( RAS_VAR_ ex2, ey2 ); in gray_render_line()
[all …]
/third_party/python/Lib/test/
Dtest_buffer.py1077 ex2 = ex1[::-2] if shape else None
1080 if ex2:
1081 m2 = memoryview(ex2)
1084 if ex2 and ex2.ndim == 1 and shape and strides:
1085 self.assertEqual(m2, ex2)
1091 if ex2:
1092 self.verify_getbuf(ex2, ex2, req|bits,
1094 self.verify_getbuf(ex2, m2, req|bits,
1251 ex2 = ndarray(ex1)
1252 nd = ndarray(ex2)
[all …]
Dtest_traceback.py593 ex2 = UnhashableException('ex2')
595 raise ex2 from ex1
1383 ex2 = UnhashableException('ex2')
1385 raise ex2 from ex1
Dtest_inspect.py1607 ex2 = e
1610 self.assertIs(type(ex1), type(ex2))
1611 self.assertEqual(str(ex1), str(ex2))
1612 del ex1, ex2
/third_party/python/Lib/idlelib/idle_test/
Dtest_run.py23 ex2 = UnhashableException('ex2')
25 raise ex2 from ex1
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DAnyTransliterator.java68 } catch (IllegalArgumentException ex2) { in handleTransliterate()
/third_party/ltp/testscripts/
Dltp-aiodio.sh43 -e = test ex2 filesystem.
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp1393 ast_expression *ex2) : in ast_expression() argument
1399 this->subexpressions[2] = ex2; in ast_expression()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td538 def INT_NVVM_EX2_APPROX_FTZ_F : F_MATH_1<"ex2.approx.ftz.f32 \t$dst, $src0;",
540 def INT_NVVM_EX2_APPROX_F : F_MATH_1<"ex2.approx.f32 \t$dst, $src0;",
542 def INT_NVVM_EX2_APPROX_D : F_MATH_1<"ex2.approx.f64 \t$dst, $src0;",
/third_party/json/
DREADME.md153 json ex2 = R"(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DIntrinsics.gen2951 nvvm_ex2_approx_d, // llvm.nvvm.ex2.approx.d
2952 nvvm_ex2_approx_f, // llvm.nvvm.ex2.approx.f
2953 nvvm_ex2_approx_ftz_f, // llvm.nvvm.ex2.approx.ftz.f
8975 "llvm.nvvm.ex2.approx.d",
8976 "llvm.nvvm.ex2.approx.f",
8977 "llvm.nvvm.ex2.approx.ftz.f",
16860 1, // llvm.nvvm.ex2.approx.d
16861 1, // llvm.nvvm.ex2.approx.f
16862 1, // llvm.nvvm.ex2.approx.ftz.f
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DIntrinsics.gen2957 nvvm_ex2_approx_d, // llvm.nvvm.ex2.approx.d
2958 nvvm_ex2_approx_f, // llvm.nvvm.ex2.approx.f
2959 nvvm_ex2_approx_ftz_f, // llvm.nvvm.ex2.approx.ftz.f
9015 "llvm.nvvm.ex2.approx.d",
9016 "llvm.nvvm.ex2.approx.f",
9017 "llvm.nvvm.ex2.approx.ftz.f",
16955 1, // llvm.nvvm.ex2.approx.d
16956 1, // llvm.nvvm.ex2.approx.f
16957 1, // llvm.nvvm.ex2.approx.ftz.f
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DIntrinsics.gen2957 nvvm_ex2_approx_d, // llvm.nvvm.ex2.approx.d
2958 nvvm_ex2_approx_f, // llvm.nvvm.ex2.approx.f
2959 nvvm_ex2_approx_ftz_f, // llvm.nvvm.ex2.approx.ftz.f
9015 "llvm.nvvm.ex2.approx.d",
9016 "llvm.nvvm.ex2.approx.f",
9017 "llvm.nvvm.ex2.approx.ftz.f",
16955 1, // llvm.nvvm.ex2.approx.d
16956 1, // llvm.nvvm.ex2.approx.f
16957 1, // llvm.nvvm.ex2.approx.ftz.f
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DIntrinsics.gen2957 nvvm_ex2_approx_d, // llvm.nvvm.ex2.approx.d
2958 nvvm_ex2_approx_f, // llvm.nvvm.ex2.approx.f
2959 nvvm_ex2_approx_ftz_f, // llvm.nvvm.ex2.approx.ftz.f
9015 "llvm.nvvm.ex2.approx.d",
9016 "llvm.nvvm.ex2.approx.f",
9017 "llvm.nvvm.ex2.approx.ftz.f",
16955 1, // llvm.nvvm.ex2.approx.d
16956 1, // llvm.nvvm.ex2.approx.f
16957 1, // llvm.nvvm.ex2.approx.ftz.f
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DIntrinsics.gen2957 nvvm_ex2_approx_d, // llvm.nvvm.ex2.approx.d
2958 nvvm_ex2_approx_f, // llvm.nvvm.ex2.approx.f
2959 nvvm_ex2_approx_ftz_f, // llvm.nvvm.ex2.approx.ftz.f
9015 "llvm.nvvm.ex2.approx.d",
9016 "llvm.nvvm.ex2.approx.f",
9017 "llvm.nvvm.ex2.approx.ftz.f",
16955 1, // llvm.nvvm.ex2.approx.d
16956 1, // llvm.nvvm.ex2.approx.f
16957 1, // llvm.nvvm.ex2.approx.ftz.f
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicImpl.inc4436 "llvm.nvvm.ex2.approx.d",
4437 "llvm.nvvm.ex2.approx.f",
4438 "llvm.nvvm.ex2.approx.ftz.f",
14569 1, // llvm.nvvm.ex2.approx.d
14570 1, // llvm.nvvm.ex2.approx.f
14571 1, // llvm.nvvm.ex2.approx.ftz.f