Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 9 of 9) sorted by relevance

/picolibc-latest/newlib/libc/machine/arc/
Dstrcmp.S65 xor r0,r2,r3 ; mask for difference
67 bic_s r0,r0,r1 ; mask for least significant difference bit
69 xor r0,r5,r1 ; mask for least significant difference byte
81 xor r0,r2,r3 ; mask for difference
84 bic_s r0,r0,r1 ; mask for least significant difference bit
86 xor r0,r5,r1 ; mask for least significant difference byte
/picolibc-latest/newlib/libc/machine/arc64/
Dstrcmp.S77 ; Look for difference
190 ; Look for difference
239 ; r12 contains position of difference and r10 the position of a NULL byte
242 ; Is there a difference?
250 ; There is no difference. Up until the NULL byte which must be
263 ;; One important thing to note, is that we look for the first byte difference on
266 ;; byte. If it doesnt, the difference is what matters either way. If there is no
267 ;; difference, the NULL bytes will coincide!
285 ;; If either a NULL byte or a difference between the strings is found, r12 is
286 ;; used to know in which word the NULL/difference is found
[all …]
/picolibc-latest/test/
Dlong_double.c64 long double difference; in within_error() local
76 difference = fabsl(expect - result) * e; in within_error()
78 if (difference > max_error) in within_error()
79 max_error = difference; in within_error()
81 return difference <= error; in within_error()
/picolibc-latest/newlib/libc/machine/i960/
Dmemcmp_ca.S185 cmpibge.f 0,g2,Lequal_exit # branch if difference is beyond max_bytes
189 cmpibge.f 0,g2,Lequal_exit # branch if difference is beyond max_bytes
Dstrncmp_ca.S227 cmpibge.f 0,g2,Lequal_exit # branch if difference is beyond max_bytes
231 cmpibge.f 0,g2,Lequal_exit # branch if difference is beyond max_bytes
/picolibc-latest/newlib/libm/math/
Dmath.tex48 * Function fdim:: Positive difference
/picolibc-latest/doc/
Dbuild.md155 … exists for targets where the linker can't handle a symbol that is the difference between two othe…
/picolibc-latest/newlib/libc/iconv/
Diconv.tex1105 This is because there is too small difference between the speed-optimized
/picolibc-latest/newlib/
DChangeLog-20154801 difference between versions 2.6.4 and 2.6.5.
23421 simulator and debugger can tell the difference between a signal
24246 The difference is __assert doesn't take a format argument,