Home
last modified time | relevance | path

Searched refs:num2hex (Results 1 – 25 of 39) sorted by relevance

12

/dports/security/R-cran-digest/digest/inst/tinytest/
H A Dtest_num2hex.R12 function(i) { digest:::num2hex(border[i] * -1:1, digits = 6, zapsmall = zapsmall[i]) }
22 expect_equal(digest:::num2hex(0), "0")
27 x.hex <- sapply(1:16, digest:::num2hex, x = x)
49 expect_equal(is.na(digest:::num2hex(x)), is.na(x))
52 expect_equal(is.na(digest:::num2hex(x)), is.na(x))
55 expect_equal(is.na(digest:::num2hex(x)), is.na(x))
59 expect_equal(digest:::num2hex(numeric(0)), character(0))
64 expect_true(identical(digest:::num2hex(2, digits = 14),
65 digest:::num2hex(sqrt(2) ^ 2, digits = 14)))
67 expect_true(!identical(digest:::num2hex(2, digits = 15),
[all …]
H A Dtest_sha1.R32 z <- digest:::num2hex(x.numeric)
192 digest:::num2hex,
213 digest:::num2hex,
233 digest:::num2hex,
H A Dtest_new_matrix_behaviour.R42 apply(x.matrix.num, 2, digest:::num2hex),
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dhex2num.cc226 num2hex (const void *p, std::size_t n, char *hex, bool swap_bytes) in num2hex() function
245 num2hex (const Array<T>& v, bool swap_bytes) in num2hex() function
260 num2hex (pv++, nbytes, hex, swap_bytes); in num2hex()
268 DEFUN (num2hex, args, ,
332 result = num2hex (val.int8_array_value (), swap_bytes);
334 result = num2hex<octave_int16> (val.int16_array_value (), swap_bytes);
336 result = num2hex<octave_int32> (val.int32_array_value (), swap_bytes);
338 result = num2hex<octave_int64> (val.int64_array_value (), swap_bytes);
348 result = num2hex<char> (val.char_array_value (), swap_bytes);
350 result = num2hex<float> (val.float_vector_value (), swap_bytes);
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-sql.r/hex2dec.sql.d/
H A Dinput.sql30 CREATE OR REPLACE FUNCTION num2hex (N in number) RETURN varchar2 IS function
43 END num2hex;
50 select num2hex(10) from dual;
H A Dexpected.tags2 num2hex input.sql /^CREATE OR REPLACE FUNCTION num2hex (N in number) RETURN varchar2 IS$/;" f
/dports/devel/geany-legacy/geany-1.37.1/tests/ctags/
H A Dhex2dec.sql30 CREATE OR REPLACE FUNCTION num2hex (N in number) RETURN varchar2 IS function
43 END num2hex;
50 select num2hex(10) from dual;
H A Dhex2dec.sql.tags3 num2hex�16�0
/dports/devel/geany/geany-1.38/tests/ctags/
H A Dhex2dec.sql30 CREATE OR REPLACE FUNCTION num2hex (N in number) RETURN varchar2 IS function
43 END num2hex;
50 select num2hex(10) from dual;
H A Dhex2dec.sql.tags3 num2hex�16�0
/dports/dns/hostdb/hostdb-fb23e67642514f5/bin/
H A Dgenrange128 $hex = num2hex($i);
161 sub num2hex {
H A Dmkzones720 sub num2hex {
/dports/security/R-cran-digest/digest/R/
H A Dsha1.R43 y <- num2hex(
62 num2hex,
166 y$sec <- num2hex(y$sec, digits = digits, zapsmall = zapsmall)
196 num2hex,
348 num2hex <- function(x, digits = 14L, zapsmall = 7L){
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/private/
H A Dpython_copy_vars_to.m95 sp, in, num2hex(x));
102 sp, in, num2hex(real(x)), num2hex(imag(x)));
/dports/mail/postsrsd/postsrsd-1.10/
H A Dpostsrsd.c102 static char num2hex (char c) in num2hex() function
115 buf[0] = num2hex((c >> 4) & 0xf); in char2hex()
116 buf[1] = num2hex((c ) & 0xf); in char2hex()
/dports/math/octave-forge-interval/interval-3.2.0/inst/@infsup/private/
H A Dparsedouble.m36 hex = num2hex (binary); # 16 hexadecimal digits (with leading zeros)
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceNet.h317 template <typename I> std::string num2hex(I w, size_t hex_len = sizeof(I) << 1);
H A DsceNet.cpp328 template <typename I> std::string num2hex(I w, size_t hex_len) { in num2hex() function
347 str += "UNK"+num2hex(u16((errorCode >> 16) & 0xfff), 3)+" "; in error2str()
417 str += "UNKNOWN"+num2hex(u8((errorCode >> 8) & 0xff))+" "; in error2str()
419 str += num2hex(u8(errorCode & 0xff)); in error2str()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceNet.h317 template <typename I> std::string num2hex(I w, size_t hex_len = sizeof(I) << 1);
H A DsceNet.cpp328 template <typename I> std::string num2hex(I w, size_t hex_len) { in num2hex() function
347 str += "UNK"+num2hex(u16((errorCode >> 16) & 0xfff), 3)+" "; in error2str()
417 str += "UNKNOWN"+num2hex(u8((errorCode >> 8) & 0xff))+" "; in error2str()
419 str += num2hex(u8(errorCode & 0xff)); in error2str()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceNet.h317 template <typename I> std::string num2hex(I w, size_t hex_len = sizeof(I) << 1);
H A DsceNet.cpp328 template <typename I> std::string num2hex(I w, size_t hex_len) { in num2hex() function
347 str += "UNK"+num2hex(u16((errorCode >> 16) & 0xfff), 3)+" "; in error2str()
417 str += "UNKNOWN"+num2hex(u8((errorCode >> 8) & 0xff))+" "; in error2str()
419 str += num2hex(u8(errorCode & 0xff)); in error2str()
/dports/science/afni/afni-AFNI_21.3.16/src/R_scripts/
H A DMBA.R1001 num2hex <- function(x) function
1007 res <- paste("#",apply(apply(rgb,2,num2hex),2,paste,collapse=""),sep="")
H A DRBA.R981 num2hex <- function(x) function
987 res <- paste("#",apply(apply(rgb,2,num2hex),2,paste,collapse=""),sep="")
/dports/x11-toolkits/scintilla/scite/src/
H A Dflagship.properties69 neterr netname nextkey num2hex num2int \

12