Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 5 of 5) sorted by relevance

/liblc3-latest/python/
Dlc3.py56 hrmode: bool = False, argument
235 hrmode: bool = False, argument
401 hrmode: bool = False, argument
/liblc3-latest/test/
Dltpf.py200 self.pitch_present = bool(nc[ti] > 0.6)
324 self.active[0] = bool(b.read_uint(1))
554 pitch_present = bool(rng.integers(0, 10) >= 1)
558 synthesis.active[0] = bool(rng.integers(0, 5) >= 1)
Dbitstream.py53 bit = bool(self.bytes[self.bp_bw] & self.mask_bw)
Dsns.py201 return (index, bool(sign))
552 synthesis.ls_a = bool(rng.integers(0, 1, endpoint=True))
554 synthesis.ls_b = bool(rng.integers(0, 1, endpoint=True))
Dspec.py545 xr = np.zeros(len(x), dtype=np.bool)