Home
last modified time | relevance | path

Searched defs:bigInt (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DnumberVsBigIntOperations.ts4 let bigInt = 1n, num = 2; variable
/third_party/typescript/tests/baselines/reference/
DnumberVsBigIntOperations.js3 let bigInt = 1n, num = 2; variable
/third_party/node/test/parallel/
Dtest-child-process-advanced-serialization.js33 { bigInt: 1337n }, property
/third_party/flutter/skia/third_party/externals/wuffs/lib/interval/
Dradial_test.go112 func (x radialOutput) bigInt() *big.Int { func
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp432 const int bigInt = ~0u/2; in elemsStr() local