/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryAccelerationStructuresTests.cpp | 3202 deRandom rnd; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 766 void generateValue (const BufferVarLayoutEntry& entry, int unsizedArraySize, void* basePtr, de::Random& rnd) in generateValue() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_openssl.c | 4059 u8 *rnd; in tls_connection_get_eap_fast_key() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_openssl.c | 4317 u8 *rnd; in tls_connection_get_eap_fast_key() local
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_bpf.c | 133 struct rnd_state rnd; in bpf_fill_maxinsns3() local
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.h | 951 RoundMode rnd; member in nv50_ir::Instruction
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 168 void maybeMangleShaderModuleId (ShaderModuleId& moduleId, UseModuleCase moduleUse, de::Random& rnd) in maybeMangleShaderModuleId() argument 1606 RndGenPtr rnd; member 1754 void setModule (const DeviceInterface &vkd, const VkDevice device, const ShaderWrapper shader, UseModuleCase moduleUse, de::Random& rnd) in setModule() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingAccelerationStructuresTests.cpp | 2562 deRandom rnd; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 5676 int genRandom (const FloatFormat&, const Precision prec, Random& rnd, const Interval&) const in genRandom() argument 5732 double randomDouble(const FloatFormat& format, Random& rnd, const Interval& inputRange) in randomDouble() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 751 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) in fillRandomScalars() argument 760 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, FilterT filter, int offset = 0) in fillRandomScalars() argument 775 deInt64 randomInt64LogDistributed (de::Random& rnd) in randomInt64LogDistributed() argument 784 static void fillRandomInt64sLogDistributed (de::Random& rnd, vector<deInt64>& dst, int numValues) in fillRandomInt64sLogDistributed() argument 791 fillRandomInt64sLogDistributed(de::Random& rnd, vector<deInt64>& dst, int numValues, FilterT filter) fillRandomInt64sLogDistributed() argument [all...] |
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.c | 1701 _mpd_rnd_incr(const mpd_t *dec, mpd_uint_t rnd, const mpd_context_t *ctx) in _mpd_rnd_incr() argument 1736 _mpd_apply_round(mpd_t *dec, mpd_uint_t rnd, const mpd_context_t *ctx, uint32_t *status) _mpd_apply_round() argument 1770 _mpd_apply_round_excess(mpd_t *dec, mpd_uint_t rnd, const mpd_context_t *ctx, uint32_t *status) _mpd_apply_round_excess() argument 1792 _mpd_apply_round_fit(mpd_t *dec, mpd_uint_t rnd, const mpd_context_t *ctx, uint32_t *status) _mpd_apply_round_fit() argument 1820 int rnd; _mpd_check_exp() local 1942 mpd_uint_t rnd; _mpd_check_round() local 2533 mpd_uint_t rnd = 0, rest = 0, word; _mpd_get_rnd() local 2558 mpd_uint_t rnd; mpd_qsshiftr() local 2595 mpd_uint_t rnd; mpd_qshiftr_inplace() local 2631 mpd_uint_t rnd; mpd_qshiftr() local 4713 mpd_uint_t rnd; mpd_qln10() local 6967 mpd_uint_t rnd; mpd_qquantize() local 7208 mpd_uint_t rnd; _mpd_qrescale() local 7297 mpd_uint_t rnd; _mpd_qround_to_integral() local [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 4280 DE_ASSERT(fractionBits < std::numeric_limits<float>::digits); switch (rnd.getInt(0, 64)) { case 0: return 0; case 1: return TCU_INFINITY; case 2: return -TCU_INFINITY; case 3: return TCU_NAN; default: break; } if (exp >= minExp) genRandom() argument 4992 generateInputs(const Samplings<In>& samplings, const FloatFormat& floatFormat, Precision intPrecision, size_t numSamples, Random& rnd) generateInputs() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 166 void maybeMangleShaderModuleId (ShaderModuleId& moduleId, UseModuleCase moduleUse, de::Random& rnd) in maybeMangleShaderModuleId() argument 1599 RndGenPtr rnd; member 1742 void setModule (const DeviceInterface &vkd, const VkDevice device, const VkShaderModule module, UseModuleCase moduleUse, de::Random& rnd) in setModule() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingAccelerationStructuresTests.cpp | 2329 deRandom rnd; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 5665 int genRandom (const FloatFormat&, const Precision prec, Random& rnd, const Interval&) const in genRandom() argument 5721 double randomDouble(const FloatFormat& format, Random& rnd, const Interval& inputRange) in randomDouble() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 750 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) in fillRandomScalars() argument 759 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, FilterT filter, int offset = 0) in fillRandomScalars() argument 774 deInt64 randomInt64LogDistributed (de::Random& rnd) in randomInt64LogDistributed() argument 783 static void fillRandomInt64sLogDistributed (de::Random& rnd, vector<deInt64>& dst, int numValues) in fillRandomInt64sLogDistributed() argument 790 fillRandomInt64sLogDistributed(de::Random& rnd, vector<deInt64>& dst, int numValues, FilterT filter) fillRandomInt64sLogDistributed() argument [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 5910 int64_t rnd = isolate()->random_number_generator()->NextInt64(); in InitializeHashSeed() local
|
/third_party/sqlite/src/ |
H A D | shell.c | 10835 unsigned short rnd; in idxSampleFunc() local
|
H A D | sqlite3.c | 212656 int rnd; global() local 212661 sqlite3_snprintf(sizeof(zRnd), zRnd, "rbu_vfs_%d", rnd); global() local [all...] |