Home
last modified time | relevance | path

Searched defs:rnd (Results 276 - 294 of 294) sorted by relevance

1...<<1112

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryAccelerationStructuresTests.cpp3202 deRandom rnd; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp766 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 Dtls_openssl.c4059 u8 *rnd; in tls_connection_get_eap_fast_key() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c4317 u8 *rnd; in tls_connection_get_eap_fast_key() local
/kernel/linux/linux-6.6/lib/
H A Dtest_bpf.c133 struct rnd_state rnd; in bpf_fill_maxinsns3() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.h951 RoundMode rnd; member in nv50_ir::Instruction
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp168 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 DvktRayTracingAccelerationStructuresTests.cpp2562 deRandom rnd; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp5676 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 DvktSpvAsmInstructionTests.cpp751 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 Dmpdecimal.c1701 _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 DglsBuiltinPrecisionTests.cpp4280 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 DvktPipelineShaderModuleIdentifierTests.cpp166 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 DvktRayTracingAccelerationStructuresTests.cpp2329 deRandom rnd; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp5665 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 DvktSpvAsmInstructionTests.cpp750 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 Dheap.cc5910 int64_t rnd = isolate()->random_number_generator()->NextInt64(); in InitializeHashSeed() local
/third_party/sqlite/src/
H A Dshell.c10835 unsigned short rnd; in idxSampleFunc() local
H A Dsqlite3.c212656 int rnd; global() local
212661 sqlite3_snprintf(sizeof(zRnd), zRnd, "rbu_vfs_%d", rnd); global() local
[all...]

Completed in 270 milliseconds

1...<<1112